-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Clone or Copy a Kasir object #32
Closed
Closed
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
Collaborator
risangbaskoro
commented
Feb 23, 2023
- remove unnecessary contracts
- update type decalrations
- removes transaction_id property, using gross_amount and order_id instead
- fix: enabled_payments now accepts closure
- move Endpoint to a Trait
- automatically calculates gross_amount if itemDetails() method is called
- rewrite tests
- fix NoItemDetailsException message
- gross_amount automatically calculates when grossAmount() method is called
- MidtransResponse actions now have keys set to 'name' in action array. (MidtransResponse actions now have keys set to 'name' in action array. #22)
- properly getting orderId in status() method (properly getting orderId in status() method #23)
- move Midtrans endpoint to Endpoint trait (move Midtrans endpoint to Endpoint trait #24)
- create github release note generator (GitHub Release Notes Generator #27)
- Apply test only run on specified paths in PR
- GoPay Account (GoPay Account Tokenization #26)
- Ability to Add Discounts and Taxes to Transactions (Ability to Add Discounts and Taxes to Transactions #29)
- docs: Disable Reactivity Transform (Disable Reactivity Transform #31)
- feature: Clone and Copy Kasir Object
- docs: Clone and Copy Kasir Object
…#22) Access the action using action() method with parameter of the action name.
* move Midtrans endpoint to Endpoint trait * CI: Fix code style --------- Co-authored-by: risangbaskoro <risangbaskoro@users.noreply.github.com>
* move Endpoint to a Trait * automatically calculates gross_amount if itemDetails() method is called * --wip-- [skip ci] * CI: Fix code style * create GoPay object * update gopay tokenization test * Parameter `account_id` on GoPay payment method accepts GoPay instance. It will automatically get the accountId() if available, and check for `status` from Midtrans if `accountId` in the object is not present. * Using the FQN for Illuminate\Support\Str in GoPay object. * CI: Fix code style --------- Co-authored-by: risangbaskoro <risangbaskoro@users.noreply.github.com>
* ability to add discount * ability to add taxes and calculate taxes only after discounts applied * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * --wip-- [skip ci] * Rename parameters in HasTaxes. * --wip-- [skip ci] * --wip-- discount and taxes docs * docs: Discounts and Taxes Documentation * Taxes and Discounts assignment batch addition. * Removes only() method in TaxesDiscountsTest
closed during incorrect base branch |
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.