We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f3b25 commit 8c7b3efCopy full SHA for 8c7b3ef
src/test/java/com/shurjomukhi/ShurjoPaySpringTest.java
@@ -19,11 +19,9 @@
19
import org.springframework.beans.factory.annotation.Autowired;
20
import org.springframework.boot.test.context.SpringBootTest;
21
22
-import bd.com.shurjopay.plugin.Shurjopay;
23
-import bd.com.shurjopay.plugin.ShurjopayException;
24
-import bd.com.shurjopay.plugin.model.PaymentReq;
25
-import bd.com.shurjopay.plugin.model.PaymentRes;
26
-import bd.com.shurjopay.plugin.model.VerifiedPayment;
+import com.shurjomukhi.model.PaymentReq;
+import com.shurjomukhi.model.PaymentRes;
+import com.shurjomukhi.model.VerifiedPayment;
27
/**
28
* @author Al-Amin
29
* @since 2022-10-16
0 commit comments