Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/api/orders.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ def verify_mobile_paypal_payment(order_identifier):


@alipay_blueprint.route('/create_source/<string:order_identifier>', methods=['GET', 'POST'])
@jwt_required
def create_source(order_identifier):
"""
Create a source object for alipay payments.
Expand Down Expand Up @@ -600,6 +601,7 @@ def alipay_return_uri(order_identifier):


@order_misc_routes.route('/orders/<string:order_identifier>/omise-checkout', methods=['POST', 'GET'])
@jwt_required
def omise_checkout(order_identifier):
"""
Charging the user and returning payment response for Omise Gateway
Expand Down