fix typo in contract terms type decl
This commit is contained in:
parent
52da599ddb
commit
b4d36fca18
@ -314,7 +314,7 @@ export class ContractTerms {
|
|||||||
* Hash of the merchant's wire details.
|
* Hash of the merchant's wire details.
|
||||||
*/
|
*/
|
||||||
@Checkable.Optional(Checkable.String())
|
@Checkable.Optional(Checkable.String())
|
||||||
auto_refund: string;
|
auto_refund?: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wire method the merchant wants to use.
|
* Wire method the merchant wants to use.
|
||||||
|
Loading…
Reference in New Issue
Block a user