You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lost a bit of time to this: rather than setting Customer.Token to set the token for a card I was creating a CardParams value and setting its Token field and scratching my head about why it doesn't work. The CustomerClient.Create method doesn't look for this, but maybe it should?
The text was updated successfully, but these errors were encountered:
joeshaw
changed the title
Cannot set Customer.CardParams.Token when creating a user
Cannot set Customer.CardParams.Token when creating a customer
Aug 12, 2014
* Adding workplan
* Extracting out price comparison helper
* PUlling transform_salesforce_billing_type_to_usage_type to functional helpers
* Extract out tiered params sanitization
* Eliminate sf_cpq_term_interval helper
* Extract out custom price detection logic
* Test for price helpers
* Fixing mapper tests
Tests removed are already covered in another test
* Bump sfdx version to maybe fix ci issue
* Fix typing error
Lost a bit of time to this: rather than setting
Customer.Token
to set the token for a card I was creating aCardParams
value and setting itsToken
field and scratching my head about why it doesn't work. TheCustomerClient.Create
method doesn't look for this, but maybe it should?The text was updated successfully, but these errors were encountered: