AW-1805 Add support for validity
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good
This commit is contained in:
parent
9a38630d01
commit
cc421742df
@ -27,7 +27,7 @@ export class MollieService {
|
|||||||
"redirectUrl": redirectUrl,
|
"redirectUrl": redirectUrl,
|
||||||
"itemCode": templatePackage.code,
|
"itemCode": templatePackage.code,
|
||||||
"locale": "nl_NL",
|
"locale": "nl_NL",
|
||||||
"validity": "12m"
|
"validity": templatePackage.data?.validity
|
||||||
};
|
};
|
||||||
return this.httpClient.post<IMolliePaymentResponse>(`${this.ApiEndpoint()}/api/v1/payments/create`, payload);
|
return this.httpClient.post<IMolliePaymentResponse>(`${this.ApiEndpoint()}/api/v1/payments/create`, payload);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user