specification icon indicating copy to clipboard operation
specification copied to clipboard

Change number type to integer, where it makes sense

Open C0D3-M4513R opened this issue 1 year ago • 0 comments

Fixes: #199

I started with a simple sed: find -type f -exec sed -i 's/type: number/type: integer/' {} \+ And then I reverted integer back to number for payment amounts in TransactionAgreement, Subscription and UserSubscription.

C0D3-M4513R avatar Jul 22 '24 14:07 C0D3-M4513R