mirror of
https://github.com/valitydev/capi-v2.git
synced 2024-11-06 01:55:20 +00:00
Bumped image with codegen (#428)
This commit is contained in:
parent
2c544098f8
commit
df67f55934
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ SERVICE_IMAGE_PUSH_TAG ?= $(SERVICE_IMAGE_TAG)
|
||||
BASE_IMAGE_NAME := service-erlang
|
||||
BASE_IMAGE_TAG := 294d280ff42e6c0cc68ab40fe81e76a6262636c4
|
||||
|
||||
BUILD_IMAGE_TAG := bdc05544014b3475c8e0726d3b3d6fc81b09db96
|
||||
BUILD_IMAGE_TAG := c66dc597fdc30abcb7a6368ba7cc13c02151f8de
|
||||
|
||||
CALL_ANYWHERE := \
|
||||
submodules \
|
||||
|
@ -1093,15 +1093,9 @@ search_invoices_ok_test(Config) ->
|
||||
{invoiceID, <<"testInvoiceID">>},
|
||||
{paymentID, <<"testPaymentID">>},
|
||||
{payerFingerprint, <<"blablablalbalbal">>},
|
||||
% %%@FIXME cannot be used until getting the newest api client
|
||||
% swag generates an invalid regex
|
||||
% {pattern, "/^\\d{6,8}$/"} instead of
|
||||
% {pattern, "^\\d{6,8}$"} for the api
|
||||
% the handler is fine
|
||||
%
|
||||
% {first6, <<"424242">>},
|
||||
% {last4, <<"2222">>},
|
||||
% {rrn, <<"090909090909">>},
|
||||
{first6, <<"424242">>},
|
||||
{last4, <<"2222">>},
|
||||
{rrn, <<"090909090909">>},
|
||||
{bankCardTokenProvider, <<"applepay">>},
|
||||
{bankCardPaymentSystem, <<"visa">>},
|
||||
{paymentAmount, 10000},
|
||||
@ -1126,16 +1120,10 @@ search_payments_ok_test(Config) ->
|
||||
{invoiceID, <<"testInvoiceID">>},
|
||||
{paymentID, <<"testPaymentID">>},
|
||||
{payerFingerprint, <<"blablablalbalbal">>},
|
||||
% %%@FIXME cannot be used until getting the newest api client
|
||||
% swag generates an invalid regex
|
||||
% {pattern, "/^\\d{6,8}$/"} instead of
|
||||
% {pattern, "^\\d{6,8}$"} for the api
|
||||
% the handler is fine
|
||||
%
|
||||
% {first6, <<"424242">>},
|
||||
% {last4, <<"2222">>},
|
||||
% {rrn, <<"090909090909">>},
|
||||
% {approvalCode, <<"808080">>},
|
||||
{first6, <<"424242">>},
|
||||
{last4, <<"2222">>},
|
||||
{rrn, <<"090909090909">>},
|
||||
{approvalCode, <<"808080">>},
|
||||
{bankCardTokenProvider, <<"applepay">>},
|
||||
{bankCardPaymentSystem, <<"visa">>},
|
||||
{paymentAmount, 10000},
|
||||
|
Loading…
Reference in New Issue
Block a user