-
Notifications
You must be signed in to change notification settings - Fork 3
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
CSE implementation #229
base: rc-1.4.17
Are you sure you want to change the base?
CSE implementation #229
Conversation
…ror-on-product-listing Fixed undefined variable on Product Listing page
…logos Added new logos
ebad437
to
be19594
Compare
rc-1.4.16
…re/7Pqd8JuD-implement-cse-endpoints
src/Components/Api.php
Outdated
); | ||
} | ||
|
||
public function status(string $transactionId, string $salesChannelId) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think getAuthenticationStatus
is more self-explanatory
src/Components/Api.php
Outdated
return Payment::authenticationStatus($transactionId); | ||
} | ||
|
||
public function authentication(array $params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
authenticaticate
sounds better here
src/Components/Api.php
Outdated
return Payment::authenticateMethod($transaction, $payment); | ||
} | ||
|
||
public function authorization(array $params) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here authorize
…qd8JuD-implement-cse-endpoints
…re/Sgba2ySL-implement-CSE-payment
…qd8JuD-implement-cse-endpoints
…cS5uq9pM-cse-add-pugin-setting
Fix CSE beta issues
…-payment-flow Implemented CSE payment
…ting CSE - add plugin settings
…points Implement CSE endpoints
…2-issues Fix CSE beta 2 issues
…-63-shopware CSE compatibility for Shopware 6.3
…2-issues Fix CSE beta 2 issues
…t-status-after-authorize CSE update payment status after authorize
…sing-fix-and-validate-form-on-place-order Feature/k b fuu ocs cse cancel processing fix and validate form on place order
…sing-fix-and-validate-form-on-place-order Fixed payment handler duplication
No description provided.