Skip to content

Commit

Permalink
change base url of snappay
Browse files Browse the repository at this point in the history
  • Loading branch information
bahram1249 committed May 12, 2024
1 parent f5a46bc commit 27e35e6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export class SnapPayService implements PayInterface {
private readonly config: ConfigService,
private readonly revertInventoryQtyService: RevertInventoryQtyService,
) {
this.baseUrl =
'https://fms-gateway-staging.apps.public.okd4.teh-1.snappcloud.io';
this.baseUrl = 'https://api.snapppay.ir';
}

async requestPayment(
Expand Down

0 comments on commit 27e35e6

Please sign in to comment.