Seed Edit

This commit is contained in:
Aung Myo
2017-06-12 16:48:20 +06:30
parent 8eee364710
commit e6647dd494
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class Crm::CustomersController < BaseCrmController
membership = MembershipSetting.find_by_membership_type("paypar_url")
memberaction = MembershipAction.find_by_membership_type("create_membership_customer")
merchant_uid = memberaction.merchant_account_id.to_s
merchant_uid = memberaction.merchant_account_id.to_s
url = membership.gateway_url.to_s + memberaction.gateway_url.to_s
response = HTTParty.post(url, :body => { name: name,phone: phone,email: email,