feat: add docs for PaymentsRequest & PaymentsResponse (#385)

This commit is contained in:
Nishant Joshi
2023-01-17 12:53:43 +05:30
committed by GitHub
parent a4eaa36034
commit 72c4b06860
7 changed files with 1108 additions and 23 deletions

View File

@ -26,7 +26,7 @@ pub struct CreateMerchantAccount {
pub merchant_details: Option<MerchantDetails>,
/// The URL to redirect after the completion of the operation
#[schema(max_length = 255, example = "www.example.com/success")]
#[schema(max_length = 255, example = "https://www.example.com/success")]
pub return_url: Option<String>,
/// Webhook related details