Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change version to 1.9.7 #315

Merged
merged 1 commit into from
Jun 14, 2018
Merged

Change version to 1.9.7 #315

merged 1 commit into from
Jun 14, 2018

Conversation

ashtru
Copy link
Contributor

@ashtru ashtru commented Jun 14, 2018

No description provided.

@ashtru ashtru merged commit 1e09779 into AuthorizeNet:master Jun 14, 2018
@varyonic
Copy link

@sunnyrajrathod Is there going to be an update for the Ruby SDK?

@phpstudyone
Copy link

phpstudyone commented Jun 15, 2018

What has been updated in this release and where can I find the release log? Has the API changed?

@ashtru
Copy link
Contributor Author

ashtru commented Jun 25, 2018

The release page https://github.com/AuthorizeNet/sdk-php/releases/tag/1.9.7 shows the release description.
The main change to APIs is that Guest Profiles and Network token features have been added:

Network Token
  - isPaymentToken (true/false) field added to response of Customer Profile APIs, whenever tokenized payment (accept/apple pay/android/cryptogram) is used for transactions, or customer profiles.
  - Can create customer profiles and subscriptions with tokenized payment methods. 
  - Pass the _recurringBilling=true_ flag when trying to charge using network token instead of cryptogram

Guest Profiles
  - profileType (regular/guest) can be assigned in following APIs:
     - createCustomerProfile
     - updateCustomerProfile
     - createCustomerProfileFromTransaction
  - profileType field added to response of following APIs:
    - GetCustomerProfile
 - For all new profiles, it is set to regular. In the SDKs, use CustomerProfileInfoExType to assign this field in request.

@phpstudyone
Copy link

@ashtru Thanks for your answer, Look fine for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants