File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
fastlane/metadata/android Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- APP_VERSION = 2.5.1
1+ APP_VERSION = 2.5.2
22
3- APP_BUILD_NUMBER = 427
3+ APP_BUILD_NUMBER = 428
Original file line number Diff line number Diff line change 1+ - Sometimes the custom unit currency was not correctly displayed
Original file line number Diff line number Diff line change 1+ - Parfois la devise personnalisée n'était pas correctement affichée
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ export const usePostInvoice = () => {
156156 replace : true ,
157157 state : {
158158 isLocalInvoice,
159- unit : currency ,
159+ unit : unit || currency ,
160160 decimalFiat,
161161 customNote : description
162162 }
@@ -171,7 +171,7 @@ export const usePostInvoice = () => {
171171 status : "open" ,
172172 time : Math . round ( new Date ( ) . getTime ( ) / 1000 ) ,
173173 input : {
174- unit : currency ,
174+ unit : unit || currency ,
175175 amount : decimalFiat
176176 } ,
177177 tag : "invoice-tpos" ,
You can’t perform that action at this time.
0 commit comments