update jade integration

This commit is contained in:
Aung Myo
2017-08-23 19:55:17 +06:30
parent 07b13d8f87
commit 352037641b
2 changed files with 10 additions and 4 deletions

View File

@@ -29,7 +29,7 @@ class Origami::CustomersController < BaseOrigamiController
@crm_customers.date_of_birth = response["customer_data"]["DOB"]
@crm_customers.nrc_no = response["customer_data"]["NRC"]
@crm_customers.address = response["customer_data"]["address"]
@crm_customers.card_no = 121212
@crm_customers.card_no = response["customer_data"]["customer_card_no"]
@crm_customers.paypar_account_no = filter
@crm_customers.membership_id = response["customer_data"]["id"]
@crm_customers.membership_type = response["customer_data"]["member_group_id"]