update payment url
This commit is contained in:
@@ -235,7 +235,7 @@ class SalePayment < ApplicationRecord
|
|||||||
customer_data = Customer.find_by_customer_id(sale_data.customer_id)
|
customer_data = Customer.find_by_customer_id(sale_data.customer_id)
|
||||||
if !membership_actions_data.nil?
|
if !membership_actions_data.nil?
|
||||||
|
|
||||||
url = "paypar_url.to_s" + membership_actions_data.gateway_url.to_s
|
url = paypar_url.to_s + membership_actions_data.gateway_url.to_s
|
||||||
merchant_uid = membership_actions_data.merchant_account_id
|
merchant_uid = membership_actions_data.merchant_account_id
|
||||||
auth_token = membership_actions_data.auth_token
|
auth_token = membership_actions_data.auth_token
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user