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

Production 2024-09-13_01 #2655

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Production 2024-09-13_01 #2655

merged 2 commits into from
Sep 12, 2024

Commits on Sep 11, 2024

  1. feat: add radom checkout session integration for new orders (#2627)

    * feat: add radom checkout session integration for new orders
    
    * test: add no metadata test order item req
    
    * style: add new line to slice init in radom gateway
    
    * fix: set radom authorization header without bearer prefix
    
    * fix: rectify skus model tests after rebase
    
    * refactor: rename method createRadomSessID to createRadomSession
    
    * refactor: address comments
    
    * fix imports
    * update gateway to pointer
    * update radom checkout session request to pointer
    * rename order items to line items function
    * add radom product id getter on metadata
    
    * refactor: remove unused variable emptyCreateCheckoutSessionResp
    
    * refactor: remove unnecessary convert to UTC
    
    * refactor: sort imports
    
    * refactor: remove unused func mustDecimalFromString
    
    * feat: handle radom webhook events (#2640)
    
    * feat: add radom checkout session integration for new orders
    
    * fix: rectify skus model tests after rebase
    
    * refactor: address comments
    
    * fix imports
    * update gateway to pointer
    * update radom checkout session request to pointer
    * rename order items to line items function
    * add radom product id getter on metadata
    
    * feat: add radom checkout session integration for new orders
    
    * feat: handle radom webhook events
    
    * test: remove duplicate test and fix pointer after rebase
    
    * feat: set radom webhook verification key
    
    * refactor: use pointers for radom events
    
    * refactor: fix import order skus controller
    
    * refactor: simplify radom event processing checks
    
    * style: fix parse apostrophe
    
    * refactor: use pointer for radom subscription response
    
    * refactor: remove call to error when calling err on logging
    
    * refactor: use index directly on radom mdata
    
    * refactor: make radom action error naming less generic
    
    * refactor: use pointer for service in test
    
    * refactor: sort imports in radom.go
    
    * refactor: update radom empty payments error message
    
    * style: return from func call opposed to explicit return nil
    
    * refactor: use string in radom get subscription
    
    * refactor: add on conflict do nothing to order history insert statement
    
    * refactor: rename radom event to radom notification
    
    * test: remove duplicate test after rebase
    clD11 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e3b825a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. feat: use same issuer for monthly and annual products (#2654)

    * feat: use same issuer for monthly and annual product
    
    * fix: fix typo in parseVerifyCredOpaque
    
    * fix: use better field name and preserve error response
    
    * fix: use more precise language in log messages
    pavelbrm committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    35f7182 View commit details
    Browse the repository at this point in the history