gotransverse-tract-api 0.6.0 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6f050bd872a023ba93f649c5de045f1e31adf41
|
|
4
|
+
data.tar.gz: 11cd598aaea390ba895dd93922d5785e0a19c623
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 391751a571d4da9e0378d19624b0f61234afd67e5441f68c35d7c7dd4aec265e7d2aeb84cd1d2ef7e11eb3290eaad822cf0adb2891244728bab6bbcb8f010768
|
|
7
|
+
data.tar.gz: d2fb279e1222d04969c667bad477301384c1d0fab8f61cff8d04348d7739f9b5a21a13dc39210966542fd7f334bd6fa00c2dd93092df37f958f8b87d58c6ac87
|
|
@@ -181,12 +181,8 @@ module GoTransverseTractApi
|
|
|
181
181
|
billingAccount: {eid: eid},
|
|
182
182
|
recurringPayment: {
|
|
183
183
|
attributes: {},
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
cardHolderFirstName: billing_account[:recurring_payment][:credit_card_payment_method][:card_holder_first_name],
|
|
187
|
-
cardHolderLastName: billing_account[:recurring_payment][:credit_card_payment_method][:card_holder_last_name],
|
|
188
|
-
cardIdentifierNumber: billing_account[:recurring_payment][:credit_card_payment_method][:card_identifier_number],
|
|
189
|
-
cardExpiration: billing_account[:recurring_payment][:credit_card_payment_method][:card_expiration]
|
|
184
|
+
referencedCreditCardPaymentMethod: {
|
|
185
|
+
referenceKey: billing_account[:recurring_payment][:referenced_credit_card_payment_method][:reference_key]
|
|
190
186
|
}
|
|
191
187
|
}
|
|
192
188
|
}
|
|
@@ -106,12 +106,8 @@ module GoTransverseTractApi
|
|
|
106
106
|
data = {
|
|
107
107
|
billing_account: {eid: eid},
|
|
108
108
|
recurring_payment: {
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
card_holder_first_name: 'Mary',
|
|
112
|
-
card_holder_last_name: 'Smith',
|
|
113
|
-
card_identifier_number: '5454545454545454',
|
|
114
|
-
card_expiration: '12/2016'
|
|
109
|
+
referenced_credit_card_payment_method: {
|
|
110
|
+
reference_key: 'sd2342sgdf28t7r82df'
|
|
115
111
|
}
|
|
116
112
|
}
|
|
117
113
|
}
|