Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MahmoudAtif committed Jun 15, 2023
1 parent affb142 commit e452f3e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions accept/accept_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class AcceptAPIClient:
"""Class for Accept APIs
"""Class for Accept API'ss
By Initializing an Instance from This class, an auth token is obtained automatically
and You will be able to call The Following APIs:
1- Create Order
Expand Down Expand Up @@ -137,7 +137,8 @@ def get_order(

# TODO: Validates APIs Return Data Option
if code == SUCCESS:
message = "Successfully Retrieved Order: {0} Data: {0}".format(order_id)
message = "Successfully Retrieved Order: {0} Data: {0}".format(
order_id)
return code, order_data, message

def proceed_kiosk_payment(
Expand Down

0 comments on commit e452f3e

Please sign in to comment.