-
Notifications
You must be signed in to change notification settings - Fork 12
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
Update Checkout.php #24
Open
erikryden
wants to merge
1
commit into
sveawebpay:master
Choose a base branch
from
erikryden:patch-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CheckoutException requires param $message to be of type Phrase
nwtben
pushed a commit
that referenced
this pull request
Mar 24, 2022
[SC-134] Adding customer reference * [SC-134] Sets customer reference on order payment additional info when order is placed. Reference be shown on order view page in admin. Approved-by: Alexandru-Georgian Mazalu
nwtben
added a commit
that referenced
this pull request
Apr 4, 2022
* Merged in SC-101 (pull request #6) SC-101 error CartItemInterface not found * SC-101 error CartItemInterface not found * Merged in feature/SC-104 (pull request #4) Release 1.2.4 Fixed the partial payment widget cheapest option price * Release 1.2.4 Fixed the partial payment widget cheapest option price * Merged in UDC-16 (pull request #7) UDC-16 fix update svea blcoks on ajax request * UDC-16 fix update svea blcoks on ajax request * Merged in SC-113 (pull request #12) SC-113 * [SC-113] Fixed issue where CheckoutException could receive constructor parameter of incorrect type (string instead of Phrase). Refactored exception throwing functions for better consistency. Fixed some coding standard violations Approved-by: Alexandru-Georgian Mazalu * v1.2.8 * [SC-118] Improved and expanded logic for how Invoice Fee rows are detected * bump composer version * Merged in SC-118 (pull request #13) SC-118 * [SC-118] Invoice fee detection is now done using Article Number. Also sets invoice fee on quote addresses before submitting, so the fee gets copied to order * v1.2.10 * Merged in SC-118-2 (pull request #14) [SC-118] Adds missing Invoice Fee Article Number definition * [SC-118] Adds missing Invoice Fee Article Number definition Approved-by: Alexandru-Georgian Mazalu * Version bumped 1.2.10 => 1.2.11 * Merged in SC-121 (pull request #15) SC-121 * [SC-121] Fixes definition of svea_invoice_fee column in various tables to be able to store decimals Approved-by: Alexandru-Georgian Mazalu * Version bumped 1.2.11 => 1.2.12 * Merged in SC-123 (pull request #16) [SC-123] * [SC-123] Changes sequence separator to a bind, since using an underscore causes payment issues with certain payment methods (Vipps) Approved-by: Alexandru-Georgian Mazalu * Merged in SC-124 (pull request #17) SC-124 * [SC-124] Saves transaction ID on invoice during capture so that refund online can be performed Approved-by: Alexandru-Georgian Mazalu * 1.2.13 * Merged in SC-128 (pull request #19) SC-128 * Version bumped 1.2.13 => 1.2.14 * [SC-128] Changed method of saving payment method in Push controller to a more efficient and less error-prone version Approved-by: Alexandru-Georgian Mazalu * Merged in SC-130 (pull request #20) [SC-130] * [SC-130] Fixes issue where Svea Checkout woudln't work with fixed discounts on whole cart amount, with discounts applied on prices excluding tax. This was caused by excessive calls to collectTotals() functions, so they are now reduced to just one call. Approved-by: Alexandru-Georgian Mazalu * Merged in SC-130 (pull request #21) SC-130 Version bumped 1.2.14 => 1.2.15 * [SC-130] Fixes issue where Svea Checkout woudln't work with fixed discounts on whole cart amount, with discounts applied on prices excluding tax. This was caused by excessive calls to collectTotals() functions, so they are now reduced to just one call. * [SC-130] Version bumped 1.2.14 => 1.2.15 * Merge branch 'develop' into SC-130 Approved-by: Benjamin Ramnek * Merged in SC-133 (pull request #23) SC-133 * [SC-133] Fixes issue where config for allowed customer types would only be retrieved from default config scope * [SC-133] Version bumped 1.2.15 => 1.2.16 Approved-by: Alexandru-Georgian Mazalu * Merged in SC-134 (pull request #24) [SC-134] Adding customer reference * [SC-134] Sets customer reference on order payment additional info when order is placed. Reference be shown on order view page in admin. Approved-by: Alexandru-Georgian Mazalu Co-authored-by: Sergiu Moscalu <[email protected]> Co-authored-by: martin.sternelius <[email protected]> Co-authored-by: Alex Mazalu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CheckoutException requires param $message to be of type Phrase