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

saferpay api update 1.23 => 1.31 – with updates #93

Merged
merged 20 commits into from
Jun 15, 2024

Commits on Jun 4, 2024

  1. feat(saferpay)!: api update 1.23 => 1.24

    * changes according to http://saferpay.github.io/jsonapi/#v1.24.0.0.20210914
    
    Closes: #60
    
    BREAKING-CHANGE: replaced Notification->notifyUrl with Notification->successNotifyUrl and Notification->failNotifyUrl
    giriroub committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    bce2d7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3531b2 View commit details
    Browse the repository at this point in the history
  3. feat(saferpay)!: api update 1.25 => 1.26

    * changes according to http://saferpay.github.io/jsonapi/#v1.26.0.0.20220118
    
    Closes: #62
    
    BREAKING-CHANGE: replaced AddressForm->display with AddressForm->addressSource
    giriroub committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ff79cc9 View commit details
    Browse the repository at this point in the history
  4. fix(saferpay)!: replaced invalid RiskFactors->order with RiskFactors-…

    …>isB2B
    
    * the Order property in RiskFactors is invalid, it should be IsB2B.
    
    BREAKING-CHANGE: replaced invalid RiskFactors->order with RiskFactors->isB2B
    giriroub committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    0311a32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cadfdad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    638867d View commit details
    Browse the repository at this point in the history
  7. feat(saferpay): api update 1.28 => 1.31

    * changes according to http://saferpay.github.io/jsonapi/#v1.30.0.0.20220920
    * 1.29 and 1.31 do not contain any API interface changes
    
    Closes: #71, #72, #73
    giriroub committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    8581fb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    149da35 View commit details
    Browse the repository at this point in the history
  2. Adjust codestyle

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    cef93d8 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded setter

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    462fd4f View commit details
    Browse the repository at this point in the history
  4. Add Rector

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3dcd18e View commit details
    Browse the repository at this point in the history
  5. Remove unused imports

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    fdd4368 View commit details
    Browse the repository at this point in the history
  6. Add property types

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    8fe2452 View commit details
    Browse the repository at this point in the history
  7. Fix serialization type

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    597d4a8 View commit details
    Browse the repository at this point in the history
  8. Add property types

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    79b402a View commit details
    Browse the repository at this point in the history
  9. Update examples

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    3e4363a View commit details
    Browse the repository at this point in the history
  10. Make property nullable

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    1053604 View commit details
    Browse the repository at this point in the history
  11. Fix codestyle

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    c1be6b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aa17ced View commit details
    Browse the repository at this point in the history
  13. Update README

    sprain committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    df680fa View commit details
    Browse the repository at this point in the history