Skip to content

Commit

Permalink
fix MOMO link
Browse files Browse the repository at this point in the history
  • Loading branch information
hoapooh committed Jul 27, 2024
1 parent aa661d3 commit da55f75
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dental_Clinic_System/Dental_Clinic_System/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"MomoApiUrlV2": "https://test-payment.momo.vn/v2/gateway/api/create",
"SecretKey": "K951B6PE1waDMi640xX08PD3vg6EkVlz",
"AccessKey": "F8BBA842ECF85",
"ReturnUrl": "https://dentalcareplatform.online/payment/ReturnUrl",
"IpnUrl": "https://dentalcareplatform.online/payment/ReturnUrl",
"NotifyUrl": "https://dentalcareplatform.online/Home/",
"ReturnUrl": "https://dentalcareplatform.azurewebsites.net/payment/ReturnUrl",
"IpnUrl": "https://dentalcareplatform.azurewebsites.net/payment/ReturnUrl",
"NotifyUrl": "https://dentalcareplatform.azurewebsites.net/Home/",
"PartnerCode": "MOMO",
"RequestType": "captureMoMoWallet",
"RequestTypeV2": "payWithCC",
Expand Down

0 comments on commit da55f75

Please sign in to comment.